home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Copperlists and monitor switching
- Date: 5 Jan 1996 17:06:49 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4cjlr9$9aa@sunsystem5.informatik.tu-muenchen.de>
- References: <0811vab60.alamito@marketgraph.xs4all.nl>
- NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Ruud van Gaal (rvg@marketgraph.xs4all.nl) wrote:
- : Hi there,
-
- : Is there anyone who can tell me how I can nicely switch monitor modes from
- : within my C programs. I use my own copperlists, mostly, but like to use the
-
- : I doubt it is somewhere in the copperlist, even, because I've looked at
- : copperlists generated by Amiga View/Screen app's and have found nothing
- : I didn't do.
-
- I guess you missed some structures, I'm quite sure you could redefine
- any monitormode with copper.
-
- : I must be overlooking some nice OS3.0 function or something...
-
- Yes, openscreen ;)
- put your copperstuff into a usercopperlist. so intuition will do ALL the
- monitor things for you.
- If you need a pokable copperlist, do a copjmp2 in screens ucopl to your
- copperlist, which can via a 2nd copjmp2 direct the copper anywhere you
- want :) I don't know if it's a clean method but surely cleaner than
- yours, I guess ;)
-
- : --
- : ---------------------------------
- : Ruud van Gaal
- : E-Mail: rvg@marketgraph.xs4all.nl
-
-